home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso / pc / assets / gray-vehicles&gear.dcr / 00021_grayup.ls < prev    next >
Encoding:
Text File  |  2001-07-21  |  224 b   |  18 lines

  1. on mouseEnter
  2.   sprite(22).visible = 1
  3. end
  4.  
  5. on mouseLeave
  6.   sprite(22).visible = 0
  7. end
  8.  
  9. on mouseDown
  10.   puppetSound(1, "Clicker")
  11. end
  12.  
  13. on mouseUp
  14.   play movie "Gray-Quit"
  15.   sprite(21).visible = 0
  16.   sprite(22).visible = 0
  17. end
  18.